Delete Webhook
DELETE/webhook/:webhookId
Delete Webhook
Request
Path Parameters
webhookId stringrequired
Example: 630bce35495c43af6627cbfa
Query Parameters
apiKey stringrequired
Example: {{publicKey}}
Header Parameters
API-SECRET stringrequired
Example: {{secretKey}}
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
_id string
projectId string
webhookUrl string
eventType string
createdAt string
updatedAt string
__v number
[
null
]
Loading...